From: Julien Grall Date: Wed, 22 Jun 2016 11:15:17 +0000 (+0100) Subject: xen/arm: Include the header asm-arm/system.h in asm-arm/page.h X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~788 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22man:/?a=commitdiff_plain;h=70108942b626f9d57e3991793dc33d8bda091862;p=xen.git xen/arm: Include the header asm-arm/system.h in asm-arm/page.h The header asm-arm/page.h makes use of the macro dsb defined in the header asm-arm/system.h. Currently, the includer has to specify both of them. This can be avoided by including asm-arm/system.h in asm-arm/page.h. Signed-off-by: Julien Grall Acked-by: Stefano Stabellini --- diff --git a/xen/include/asm-arm/page.h b/xen/include/asm-arm/page.h index a94e978a99..05d9f82d0d 100644 --- a/xen/include/asm-arm/page.h +++ b/xen/include/asm-arm/page.h @@ -84,6 +84,7 @@ #include #include #include +#include /* WARNING! Unlike the Intel pagetable code, where l1 is the lowest * level and l4 is the root of the trie, the ARM pagetables follow ARM's